home *** CD-ROM | disk | FTP | other *** search
- #!/bin/csh
- set EMDIR=/scratch/eric/emerald/
- cd $EMDIR/EC/Trees
- set nonomatch
- foreach i (Objects_[0-9a-f])
- cd $i
- rm -f OID*.t
- cd ..
- end
- rm -f Map/*
- cd $EMDIR/EC/Dotos
- set nonomatch
- foreach i (Objects_[0-9a-f])
- cd $i
- rm -f OID*.o
- cd ..
- end
- cd $EMDIR/EC/DB
- cp /dev/null db.pag
- cp /dev/null db.dir
- cp /dev/null dotgdb.pag
- cp /dev/null dotgdb.dir
- cd $EMDIR/Nodes
- rm -f Em*/CheckPoint*
-